TextJoin

Join text strings with delimiter

extern (C) @nogc nothrow
const(char*)
TextJoin
(
const(char*)* textList
,
int count
,
const(char*) delimiter
)

Meta